drop_boost_system
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Mon, 16 Feb 2026 07:00:18 +0000 (07:00 +0000)
committerFrancesco Ballarin <ballarin@debian.org>
Mon, 16 Feb 2026 07:00:18 +0000 (07:00 +0000)
Gbp-Pq: Name drop_boost_system.patch

CMakeLists.txt

index 32855e0d2db877eeaf5eda0af01fe4519d540909..efcbd08583e66916ab45935ca9921bbe39736d14 100644 (file)
@@ -56,7 +56,7 @@ endif()
 
 # Prevent FindBoost.cmake from looking for system Boost{foo}.cmake files
 set(Boost_NO_BOOST_CMAKE true)
-find_package( Boost REQUIRED system filesystem program_options )
+find_package( Boost REQUIRED filesystem program_options )
 # Save this because it will be overwritten by find_package(DOLFIN)
 set(Boost_MSHR_LIBRARIES ${Boost_LIBRARIES})
 include_directories("${Boost_INCLUDE_DIRS}")